[@main]
#IF
isguildmaster
#ACT
goto  @main1
#ELSEACT
goto @notforyou

[@notforyou]
Our guild leader is such a wonderful person, especially looking\
after us and taking us on hunts and purchasing this place!!\
<exit/@exit>

[@main1]
Hello <$USERNAME>, one of the power's you have here on\
ragezone is that you can recall your entire guild with\
me, simply click the command below and i will recall your\
entire guild, but my fee is <100,000 gold>. But i advise\
you to issue a warning to your guild before using this or\
it maybe used in the future\
\  \
<Recall Entire Guild/@recall> | <No Thanks/@exit>

[@recall]
#IF
isguildmaster
checkgold 100000
#ACT
take gold 100000
GUILDMAPMOVE GT1.8 19 35
goto @done
#ELSEACT
goto @nogold

[@nogold]
Sadly, it seems you have not enough gold to use such\
feature.\
\
<exit/@exit>

[@done]
#ACT
close


